Merged
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
2019-12-18, Version 13.5.0 (Current), @MylesBorins
Notable Changes
Commits
e10917f8ba] - async_hooks: ensure proper handling in runInAsyncScope (Anatoli Papirovski) #30965b6ddbc1291] - benchmark: use let/const instead of var in buffers (dnlup) #3094500cbf5b1b6] - build: auto-load ICU data from --with-icu-default-data-dir (Stephen Gallagher) #3082560225c171e] - build: fix missing x64 arch suffix in binary tar name (legendecas) #3087710a77d3cd1] - build,win: fix goto exit in vcbuild (João Reis) #30931f371562e30] - build,win: support building MSI with VS2019 (João Reis) #30895d8ce9a0e23] - (SEMVER-MINOR) cli: add --trace-exit cli option (legendecas) #3051630e2d28ac5] - cluster: remove unnecessary bind (Anatoli Papirovski) #281314f3eca5d42] - console: unregister temporary error listener (Robert Nagy) #30852a221017ee8] - crypto: cast oaepLabel to unsigned char* (Shelley Vohr) #309173abcb69c3e] - doc: add note about fs.close() about undefined behavior (Robert Nagy) #3096613b5ace4db] - doc: explain napi_run_script (Tobias Nießen) #30918559284b20a] - doc: add "Be direct." to the style guide (Rich Trott) #30935eb6443dc11] - doc: clarify expectations for PR commit messages (Derek Lewis) #30922df5ae1a8ef] - doc: fix description of N-API exception handlers (Tobias Nießen) #30893b53e2a84ec] - doc: improve doc writable streams: 'finish' event (dev-313) #30889ad5b71525d] - fs: remove unnecessary bind (Anatoli Papirovski) #281313bc9b09ce6] - http: use for...of in http library code (Trivikram Kamat) #309587a756cb539] - http: remove unnecessary bind (Anatoli Papirovski) #28131172228047a] - http,https: increase server headers timeout (Tim Costa) #3007152aab47766] - http2: remove unnecessary bind from setImmediate (Anatoli Papirovski) #2813188731adff6] - lib: replace Symbol.species by SymbolSpecies (Sebastien Ahkrin) #30950f51b5bd3dc] - lib: replace Symbol.hasInstance by SymbolHasInstance (Sebastien Ahkrin) #3094892475e998d] - lib: replace Symbol.asyncIterator by SymbolAsyncIterator (Sebastien Ahkrin) #3094719f05cab39] - lib: enforce use of Promise from primordials (Michaël Zasso) #30936698e0a2095] - lib: add TypedArray constructors to primordials (Sebastien Ahkrin) #30740cbe29ce4cf] - lib: change var to let/const (rene.herrmann) #309102430dd8ecb] - lib: use strict equality comparison (Donggeon Lim) #3089830d32492a0] - lib: refactor NativeModule (Joyee Cheung) #30856a326309a74] - lib: replace Symbol.toPrimitive to SymbolToPrimitive primordials (Sebastien Ahkrin) #309050d2172fb5d] - lib: update Symbol.toStringTag by SymbolToStringTag primordial (Sebastien Ahkrin) #309084e67d38f42] - perf_hooks: remove unnecessary bind (Anatoli Papirovski) #28131510edead69] - process: refs --unhandled-rejections documentation in warning message (Antoine du HAMEL) #30564954793f363] - process: fix promise catching (Rongjian Zhang) #309575b49ded22a] - (SEMVER-MINOR) readline: promote _getCursorPos to public api (Jeremy Albright) #30687424c37baba] - (SEMVER-MINOR) readline: update ansi-regex (Ruben Bridgewater) #3090702f3fe4b60] - (SEMVER-MINOR) repl: fix preview bug in case of long lines (Ruben Bridgewater) #309076a3e79f953] - (SEMVER-MINOR) repl: add completion preview (Ruben Bridgewater) #309071a8f828c17] - (SEMVER-MINOR) repl: improve completion (Ruben Bridgewater) #309078b92223ed1] - (SEMVER-MINOR) repl: simplify code (Ruben Bridgewater) #30907f7eeb8cc0b] - (SEMVER-MINOR) repl: simplify repl autocompletion (Ruben Bridgewater) #30907d549daef18] - (SEMVER-MINOR) repl: remove dead code (Ruben Bridgewater) #30907e11acc5a45] - repl: fix autocomplete when useGlobal is false (Michaël Zasso) #308833906e145ca] - (SEMVER-MINOR) repl,readline: refactor for simplicity (Ruben Bridgewater) #30907f6f298e3cf] - (SEMVER-MINOR) repl,readline: refactor common code (Ruben Bridgewater) #30907d456aa0a57] - src: unregister Isolate with platform before disposing (Anna Henningsen) #30909c43461ac56] - src: make debug_options getters public (Shelley Vohr) #304945ca29d860b] - stream: use for...of (Trivikram Kamat) #309600c18c49f0e] - stream: do not chunk strings and Buffer in Readable.from (Matteo Collina) #30912663a6b4938] - stream: make all streams error in a pipeline (Matteo Collina) #308695e268b8dbe] - test: simplify test-wasi-start-validation.js (Colin Ihrig) #30972c2d95529f6] - test: improve WASI start() coverage (Colin Ihrig) #3097272b4aee745] - test: improve test coverage in child_process (Juan José Arboleda) #26282f30b771fd2] - (SEMVER-MINOR) test: add multiple repl preview tests (Ruben Bridgewater) #3090769aaab0e2c] - test: improve dns lookup coverage (Kirill Ponomarev) #30777b6b917dda0] - test: avoid leftover report file (Gerhard Stoebich) #3092551d1a919bf] - test: add missing test flags (Colin Ihrig) #3097160485dcc8e] - test: add test for validation for wasi.start() argument (Rich Trott) #309197a25c2c073] - test: improve assertion error message in test-debug-usage (Rich Trott) #30913b7a0574d6f] - test: make test-os-checked-function work without test harness (Rich Trott) #309147e6510bcfb] - test: delay loading 'os' in test/common module (Rich Trott) #30914956dec8b6b] - tls: for...of in _tls_common.js (Trivikram Kamat) #30961b20ddde2f6] - tools: enable Markdown linter's usage information (Derek Lewis) #30216f62a7679a3] - util: add Set and map size to inspect output (Ruben Bridgewater) #30225f830a7dd73] - util: refactor inspect code for constistency (Ruben Bridgewater) #302258dec909aa7] - (SEMVER-MINOR) util: inspect (user defined) prototype properties (Ruben Bridgewater) #30768453be95edc] - (SEMVER-MINOR) util: fix built-in detection (Ruben Bridgewater) #307682b0e2c280f] - v8: use of TypedArray constructors from primordials (Sebastien Ahkrin) #3074054d51dbe4c] - wasi: require CLI flag to require() wasi module (Colin Ihrig) #30963